home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
mint095s.zoo
/
src
/
version.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-01
|
207 b
|
12 lines
#define MAJ_VERSION 0
#define MIN_VERSION 95
#define PATCHLEVEL 13
/*#define BETA */
#ifdef BETA
#define VERS_STRING "%d.%d prelim. version PL %d"
#else
#define VERS_STRING "%d.%d PL %d"
#endif